From 9f09e92a55b3028871706698bef28615079470b8 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 15 Dec 2005 16:43:37 +0000 Subject: [PATCH] Write status of '3' when writing Delorme GPL files. --- delgpl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/delgpl.c b/delgpl.c index ccc050eba..24d90b5c8 100644 --- a/delgpl.c +++ b/delgpl.c @@ -96,7 +96,9 @@ static void gpl_trackpt(const waypoint *wpt) { double alt_feet = wpt->altitude / .3048; + int status = 3; gpl_point_t gp = {0}; + le_write32(&gp.status, status); le_read64(&gp.lat, &wpt->latitude); le_read64(&gp.lon, &wpt->longitude); le_read64(&gp.alt, &alt_feet); -- 2.30.2